From 7e33153f834b4712172f8e06e90ec4eda3cca028 Mon Sep 17 00:00:00 2001
From: zephex-alt <166333351+zephex-alt@users.noreply.github.com>
Date: Mon, 29 Apr 2024 07:11:35 +0000
Subject: adjusted the images' width and height
---
src/app/anime/[id]/buttons.jsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'src/app/anime/[id]/buttons.jsx')
diff --git a/src/app/anime/[id]/buttons.jsx b/src/app/anime/[id]/buttons.jsx
index 660569e..5c99027 100644
--- a/src/app/anime/[id]/buttons.jsx
+++ b/src/app/anime/[id]/buttons.jsx
@@ -88,10 +88,10 @@ export default function Button({ data2: info }) {
className={styles.VideoPlayer}
playsInline
id="videoPlayer"
- volume={0.2}
- onQualityChange={(event) =>
- console.log("changed qualities", event)
- }
+ volume={0.8}
+ // onQualityChange={(event) =>
+ // console.log("changed qualities", event)
+ // }
>
--
cgit v1.2.3